From: Jim Blandy Date: Sun, 16 May 1993 19:32:53 +0000 (+0000) Subject: * make-dist: Include any *.in files in oldXMenu in the distribution. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96228 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8bdbf9ed9cf520702aea6afd16847d022b4ab1fd;p=emacs.git * make-dist: Include any *.in files in oldXMenu in the distribution. --- diff --git a/make-dist b/make-dist index 99216ac40f2..4853a3e840c 100755 --- a/make-dist +++ b/make-dist @@ -198,7 +198,7 @@ echo "Making links to \`lib-src'." echo "Making links to \`oldXMenu'." (cd oldXMenu - ln *.c *.h ../${tempdir}/oldXMenu + ln *.c *.h *.in ../${tempdir}/oldXMenu ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu ln compile.com descrip.mms ../${tempdir}/oldXMenu)